home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-30 | 305 b | 16 lines | [TEXT/MPS ] |
- LIB=/dev/null # override for installation
- SHELL=/bin/sh
- all: noxref.krom
- chmod +x noxref.krom
-
- install:
- cp noxref.krom $(LIB)
-
- source: noxref.krom
-
- noxref.krom: noxref.nw
- notangle -Rnoxref noxref.nw > noxref.krom
-
- clean:
- /bin/rm -f *.tex *.dvi *.ilg *.idx *.aux *.log *.blg *.bbl *~ *.ind noxref.krom
-